Improve error handling, in particular fixing the ProtocolError that is thrown
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 23 Mar 2006 11:59:43 +0000 (12:59 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 23 Mar 2006 11:59:43 +0000 (12:59 +0100)
commit88aea7e5a858e5489df0d50ad2b0459ba17354d2
treed3ef8ae36b28a4e79b275a37317ae35537bd2eef
parent91c4832c4909b0066debdb6dd066951662199a21
Improve error handling, in particular fixing the ProtocolError that is thrown
when a domain is specified by the user that does not exist.  Added a few
error codes -- many more to come, I expect.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendClient.py
tools/python/xen/xend/XendError.py
tools/python/xen/xend/server/XMLRPCServer.py
tools/python/xen/xm/main.py